Welcome![Sign In][Sign Up]
Location:
Search - embedded linux device driver

Search list

[Driver Developusb-driver

Description: 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardware device, its counterpart device drivers are different. The use of the system to access video camera data, the preparation of camera is essential in driving. Our choices are the OV companies series camera, because for embedded development, almost no common driver can use different hardware and software environments are unique. This document set out the camera driver is based on the OMAP chips and embedded Linux system.
Platform: | Size: 1665161 | Author: 吴世华 | Hits:

[Other resourceLinux3

Description: linux设备驱动程序 第二版 非常好的一本学习嵌入式linux的书 对设备的驱动的编写做了深入潜出的讲解-Linux Device Driver for the second version of a very good learning Embedded Linux book of the equipment Drivers prepared to do an in-depth on the submarine
Platform: | Size: 16439783 | Author: taozi | Hits:

[Other resource1如何在嵌入式LINUX中增加自己的设备驱动程序

Description: 如何在嵌入式LINUX中增加自己的设备驱动程序-in Embedded Linux increased its own device driver
Platform: | Size: 3605 | Author: 魏兴贤 | Hits:

[Booksadd_LINUX_driver

Description: 如何在嵌入式LINUX中增加自己的设备驱动程序,,麻雀虽小,五脏俱全,读完这篇文档,足以知道如何在嵌入式LINUX中增加自己的设备驱动程序-in Embedded Linux increased its own device drivers, sparrows small, perfectly formed. reading this document, to know how in embedded Linux increased its own device driver
Platform: | Size: 1024 | Author: zds | Hits:

[Embeded-SCM Developi2c_rtc_linux

Description: 嵌入式arm-linux 2.6内核 s3c2410 的i2c总线驱动程序,以及i2c时钟设备驱动程序-Embedded arm- linux 2.6 kernel s3c2410 i2c the bus driver, i2c clock and the device driver
Platform: | Size: 21504 | Author: 孟建军 | Hits:

[Embeded Linuxscsi_425

Description: IXP425 平台下嵌入式LINUX的SCSI设备的驱动程序,大家一起学习啊!-IXP425 embedded LINUX platform of the SCSI device driver, everyone learning together ah!
Platform: | Size: 3316736 | Author: savage | Hits:

[Linux-UnixLinux-driver-development20

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第20章、USB主机与设备驱动。在Linux系统中,提供了主机侧和设备侧视角的USB驱动框架,本章主要讲解从主机侧角度看到的USB主机控制器驱动和设备驱动。20.1节给出了Linux系统中USB驱动的整体视图,讲解了Linux中主机侧和设备侧角度的USB驱动层次。从主机侧的角度而言,需要编写的USB驱动程序包括主机控制器驱动和设备驱动两类,USB主机控制器驱动程序控制插入其中的USB设备,而USB设备驱动程序控制该设备如何作为从设备与主机通信。本章20.2节分析了USB主机控制器驱动的结构并给出实例,20.3节讲解了USB设备驱动的结构及其设备请求块处理过程,并分析了USB设备驱动的骨架程序,20.4节则给出了Linux设备驱动的实例。20.1节与20.2~20.4节是整体与部分的关系,20.2节与20.3~20.4节是并列关系。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 20, USB host and device drivers. In Linux system, provides mainframe side and equipment from the perspective of the USB driver frame, this chapter covers from the host side view in the USB host controller drives and device drivers. Section 20.1 Linux system are given in the overall view, USB driver explained Linux host side and equipment of the Angle USB driver level. From the host in the view of side, need to write the USB drivers including host controller drives and device driver two kinds, USB host controller driver control inserted into USB devices, and USB device driver control the equipment from the equipment and how to as host of communication. This chapter section 20.2 analysis the USB host controller and the structure of the driver
Platform: | Size: 668672 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development21

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,21.2节讲解了pci_driver结构体及其成员函数的含义,并分析了PCI设备驱动的框架结构。21.3节以Intel 810主板集成声卡为实例进一步讲解PCI设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 21, PCI device drivers. PCI cPCI (and in general) bus small hand-held devices not too, but may be used in industrial control and communication equipment and PC is leading the trend. In Linux system, PCI device drivers and USB device drivers have common, and that is the driving all relevant parts by bus and their own equipment type drive two parts. Section 21.1 explained PCI bus and the configuration space is given, and the PCI bus in the Linux kernel of data structure. PCI device driver PCI relevant parts around the pci_driver structure members of the body function expansion, section 21.2 explained pci_driver structures and its member function meaning, and analysis the PCI device driver frame structure. Section 21.3 to 810 motherboard integration intel-based ? sound card
Platform: | Size: 550912 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development22

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第22章、Linux设备驱动的调试。“工欲善其事,必先利其器”,为了方便进行Linux设备驱动的开发和调试,建立良好的开发环境很重要,包括实验室环境建设、使用必要的工具软件以及掌握常用的调试技巧等。22.1节介绍Linux开发环境的建设,包括实验室配置、工具链、串口工具等。22.2节讲解了Linux下调试器gdb的基本用法和技巧。22.3节讲解了Linux内核的调试方法,22.4~22.9节对22.3节的概述展开讲解,分别讲解了Linux内核调试用到的printk()、/proc、oops、监视工具,kcore、kdb和kgdb,以及使用仿真器进行调试的方法。22.10节讲解了Linux应用程序的调试方法,驱动工程师往往需要编写用户空间的应用程序对自身编写的驱动进行验证和测试,因此,掌握应用程序调试方法对驱动工程师而言也是必须的。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual best-selling list, Linux device driver chapter 22 commissioning. "Work to do a good job, you will have to have the benefit its implement", in order to facilitate the development of the device driver for Linux and debugging, and establish a good development environment is very important, including laboratory environment construction, use the tools necessary software and a grasp of the commonly used debugging skills, etc. Section 22.1 introduces the development environment construction, Linux including laboratory configuration, tool chain, serial ports, tools, etc. Section 22.2 explained Linux debugger GDB under the basic usage and skills. Section 22.3 explained Linux kernel debugging methods, 22.4 ~ 22.9 to 22.3 on the paper explained respectively, explained the Linux kernel debugging printk used (),/proc, oops, surveillance tools, kcore, KDB and KGDB, and using simulators ?
Platform: | Size: 734208 | Author: 华清远见 | Hits:

[Linux-UnixLinux-driver-development23

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第23章、Linux设备驱动的移植。在编写Linux设备驱动的时候,驱动程序所服务的硬件芯片可能会在公司的多个采用不同处理器的系统中用到,因此,在编写驱动时,应该尽量考虑其可移植性,23.1节从数据类型、结构体对界、大小端模式、内存页面大小等多个角度阐述了编写可移植驱动程序的注意事项。“他山之石,可以攻玉”,为了高效地推出新的设备驱动,借用demo板、类似芯片和厂商范例程序是几种很有效的手段,23.2节讲解了这些快速编写设备驱动的方法。23.3节讲解了Linux 2.4和Linux 2.6内核在设备驱动方面的差异,通过对两者差异的分析,可以得出移植Linux 2.4内核驱动到Linux2.6内核的方法。23.4节给出了将其他操作系统内的驱动移植到Linux中的方法,主要分析了实时操作系统VxWorks设备驱动和Linux设备驱动的异同点。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 23, Linux device driver transplantation. Linux device drivers in writing, the driver served by the hardware in the company of the chip may DuoGe using different processor used in the system, thus, in writing driver, should try to consider its portability, section 23.1 from the data type, the structure of the world body size, the model, memory, etc DuoGe page size explains write portable driver s attention. "Learning from others, may attack the jade", in order to efficiently launching the new device drivers, borrow demo board, similar chip and manufacturers example program is several very effective means, section 23.2 explained these fast write device drivers method. 23
Platform: | Size: 508928 | Author: 华清远见 | Hits:

[SCMT112object

Description: T112芯片液晶屏的驱动IC全部原程序,和源代码用于车载液晶系统的开发-Hardware interface circuits between embedded microprocessor S3C2410X and TFT-LCD TD035STEB1 are designed. Embedded Linux device driver of LCD module is developed,ASCII characters,Chinese and basic graph are shown and touch screen is used for control.
Platform: | Size: 886784 | Author: liu | Hits:

[Driver DeveloplinuxDR

Description: 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedded systems. Book explain in detail a variety of embedded linux device drivers, including the character device driver, and digital display drivers, keyboard drivers, a/d drive, d/a driver, lcd-driven, touch screen driver, can bus driver, iic bus driver audio bus driver, ide interface driver, flash chip drivers, usb drivers, serial drivers, network device drivers, combined with the large number of examples to explain, readers can quickly become familiar with and acquire the relevant knowledge. The book is rich in content, professional and practical, suitable for embedded system designers and university teachers and students to learn and use.
Platform: | Size: 13872128 | Author: zhj | Hits:

[Software Engineeringlinux-device-driver

Description: 有关嵌入式驱动开发书籍,菜鸟驱动开发必看-About embedded driver development books, rookie driver developers must see
Platform: | Size: 367616 | Author: lisheng | Hits:

[Embeded LinuxCAN

Description: 嵌入式Linux设备驱动开发详解-实例代码CAN-Embedded Linux device driver development explain- example code
Platform: | Size: 12288 | Author: spron | Hits:

[Embeded LinuxARM_embedded_Linux(Full-version)

Description: 《ARM嵌入式Linux系统开发技术详解》完整版本,该书由浅入深、通俗易懂地讲解了嵌入式Linux的系统设计与开发。全书共25章,从嵌入式处理器ARM开始,讲解了ARM处理器的资源、ARM的指令集、ADS开发工具、嵌入式系统硬件环境的构建、Boot Loader、Linux内核移植、嵌入式文件系统、嵌入式Linux多任务程序开发、嵌入式Linux设备驱动开发、嵌入式Linux网络程序开发、MiniGUI图形界面开发、设备驱动开发案例、综合案例等内容。书中通过大量的例程来讲解知识要点,并提供了大量极有参考价值的开发案例,读者可以通过这些例程和开发案例对嵌入式Linux开发有一个系统的学习和提高。-" ARM embedded Linux system development techniques explain the full version of the book easy-to-digest, simple to explain the embedded Linux system design and development. The book is 25 chapters to explain the ARM processor resources, starting from the embedded processor ARM, the ARM instruction set, ADS development tools, embedded system hardware environment, Boot Loader, Linux kernel porting embedded file system, multitasking embedded Linux application development, embedded Linux device driver development, embedded Linux network program development, the MiniGUI graphical interface development, device driver development stories, comprehensive case. Book by the large number of routines to explain the knowledge points, and provides a large number of very valuable possibilities for development through these routines and development case, the reader can learn and improve a system for embedded Linux development.
Platform: | Size: 6966272 | Author: zloves | Hits:

[Embeded LinuxLinux-driver-

Description: Linux设备驱动程序(中文第三版),非常实用的资料,适合于嵌入式linux程序开发。-Linux Device Driver (Chinese third edition), a very useful source of information, suitable for embedded linux application development.
Platform: | Size: 3315712 | Author: Dason | Hits:

[Embeded Linuxsongbaohuaqudong

Description: 宋宝华 嵌入式linux设备驱动 高清pdf完整版文档-Song Baohua Song Baohua of embedded Linux device driver for embedded Linux HD PDF document preparation HD PDF document
Platform: | Size: 13874176 | Author: 王镇 | Hits:

[Linux driver1

Description: 嵌入式linux设备驱动开发详解 介绍驱动很详细-Embedded linux device driver development Xiang Jie
Platform: | Size: 20408320 | Author: zzj | Hits:

[Software EngineeringEmbedded-C-language-essence

Description: C 语言嵌入式系统编程,基于 ARM 的嵌入式Linux 移植真实体验,深入浅出 Linux 设备驱动编程-C language programming of embedded systems based on ARM Embedded Linux porting real experience, and easy Linux device driver programming
Platform: | Size: 1584128 | Author: tianxia19922008 | Hits:

[ARM-PowerPC-ColdFire-MIPSLinux

Description: Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌入式开发,介绍了nand flash文件系统的移植,nfs的搭建(调试开发根文件系统)。针对嵌入式常用的应用(基于目前最新版),介绍了gui系统Qt的移植,触摸屏库tslib的移植,图像处理、计算机视觉opencv的移植,音视频播放器mplayer的移植。-Linux development series shallow to deep introduction of the cross compiler tools to build, based on s3c2416 bootloader implementation process to the latest version of the linux4.10.10 kernel based on a step by step to elaborate on the compiler, and the simplest hello world root File system to the construction of a complex and complex root file system. Thus the bootloader, linux kernel, the root file system between the relationship has a certain understanding. Series of articles selected a few typical linux device drivers, such as LED, gpio button, u disk, sd card, network card, nand flash, lcd, etc., introduced the linux device driver framework model. For embedded development, introduced the nand flash file system transplantation, nfs build (debugging development root file system). For the embedded commonly used applications (based on the latest version), introduced the transplant of gui system Qt, touch screen library tslib transplantation, image processing, computer vision opencv t
Platform: | Size: 9067520 | Author: 黄天 | Hits:
« 1 2 3 4 56 7 8 »

CodeBus www.codebus.net